home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / patches / symantec / rtlinc.exe / SHELLAPI.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-28  |  226 b   |  11 lines

  1. /* copyright 1993  - Symantec Corporation */
  2. /* wrapper for the two different shellapi.h */
  3.  
  4. #ifdef __NT__
  5. #pragma pack(__DEFALIGN)
  6. #include <win32\shellapi.h>
  7. #pragma pack()
  8. #else
  9. #include <win16\shellapi.h>
  10. #endif
  11.